home *** CD-ROM | disk | FTP | other *** search
- function ani_intro()
- {
- _root.oB_intro._visible = 0;
- _root.oAni_intro.play();
- }
- function open_video(lang)
- {
- ID_Interval_open_video = setInterval(lingo_mof,1000,lang);
- }
- function lingo_mof(lang)
- {
- clearInterval(ID_Interval_open_video);
- getURL("lingo:MOF(" + lang + ")","");
- }
- function lingo_uruLive()
- {
- getUrl("lingo:uruLive()", "");
- }
- function lingo_Retour()
- {
- getUrl("lingo:Retour()", "");
- }
- function lingo_video(fonction)
- {
- getURL("lingo:Video_" + fonction + "()","");
- }
- oAni_lang_lum._visible = 0;
- oBdrap_lum_UK._visible = 0;
- oBdrap_lum_FR._visible = 0;
- oBdrap_lum_DE._visible = 0;
- oBdrap_lum_IT._visible = 0;
- oQuit_lum._visible = 0;
- oAni_lang_lum.oDrap_lum._visible = 0;
- oB_RWD_lum._visible = 0;
- oB_FWD_lum._visible = 0;
- oB_play_lum._visible = 1;
- oB_stop_lum._visible = 0;
- oB_pause_lum._visible = 0;
- Play_state = 1;
- RWD_state = 0;
- FWD_state = 0;
- Pause_state = 0;
-